* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(20, 80, 80);
}

html {
    overflow: hidden;
}

#DRX_EMSMDT {
    background-color: transparent;
    font-family: "Courier New" !important;
}

#container {
    position: absolute;
    top: 0;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: auto;
    width: 1000px;
    height: 674px;
    background-image: url(images/frame.png);
}

#content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 884px;
    height: 554px;
    background: rgb(30, 90, 90);
}

#navigation {
    position: relative;
    width: 100%;
    height: 10%;
    background: rgb(20, 80, 80);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.nav-links {
    width: 45%;
    height: 100%;
}

.nav-links .v-btn {
    height: 100% !important;
    color: white !important;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.3);
}

.nav-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 13%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #dcdcdc;
}

.nav-content img {
    height: 40px;
}

#page-content {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    height: 80%;
}


/* CURRENT */

.current-statustext {
    position: absolute;
    top: -4%;
    left: 27%;
}

.current-statustext::before {
    content: 'Current status: ';
    color: #dcdcdc;
}

.current-unittext {
    position: absolute;
    top: -4%;
    right: 27%;
    color: #dcdcdc
}

.current-unittext::before {
    content: 'Unit: ';
    color: #dcdcdc;
}

.current-statusBtns {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.current-btn1 {
    font-weight: 600;
    color: rgb(80, 250, 80) !important;
    border-radius: 20px 0px 0px 20px;
}

.current-btn2 {
    font-weight: 600;
    color: rgb(250, 80, 80) !important;
}

.current-btn3 {
    font-weight: 600;
    color: rgb(250, 120, 10) !important;
    border-radius: 0px 20px 20px 0px;
}

.current-nocall {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.current-call {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.current-call-tables {
    width: 100%;
}

.current-call-tables h4 {
    color: #dcdcdc;
    text-align: center;
    margin-top: 10px;
}

.current-call table {
    width: 100%;
    column-gap: 3px solid rgb(20, 80, 80);
}

.current-call th {
    font-weight: bolder;
    font-size: 14px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    border-bottom: 3px solid rgb(20, 80, 80);
}

.current-call td {
    font-size: 14px;
    color: #dcdcdc;
    padding: 10px;
    text-align: center;
    border-top: 1px solid rgb(20, 80, 80);
}

.current-call table td+td {
    border-left: 2px solid rgb(20, 80, 80);
}

.current-call table th+th {
    border-left: 2px solid rgb(20, 80, 80);
}

.current-call tr:not(:first-child):hover {
    background-color: rgb(20, 80, 80);
}


/* CURRENT */


/* CALLS */

.calls-call {
    position: absolute;
    top: -6.3%;
    left: -2.6%;
    height: 112.5%;
    width: 105.2%;
    overflow: auto;
}

.calls-call table {
    width: 100%;
    column-gap: 3px solid rgb(20, 80, 80);
}

.calls-call th {
    font-weight: bolder;
    font-size: 14px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    border-bottom: 3px solid rgb(20, 80, 80);
}

.calls-call td {
    font-size: 14px;
    color: #dcdcdc;
    padding: 10px;
    text-align: center;
    border-top: 1px solid rgb(20, 80, 80);
}

.calls-call table td+td {
    border-left: 2px solid rgb(20, 80, 80);
}

.calls-call table th+th {
    border-left: 2px solid rgb(20, 80, 80);
}

.calls-call tr:not(:first-child):hover {
    background-color: rgb(20, 80, 80);
}


/* CALLS */


/* DATABASE */

.db-user {
    border: solid 2px rgb(20, 80, 80);
    position: relative;
    padding: 5px 10px;
    width: 50%;
}

.db-user h4 {
    color: #dcdcdc;
    font-size: 18px;
    opacity: 0.8;
}

.db-user h5 {
    color: #dcdcdc;
    font-size: 14px;
    opacity: 0.5;
}

.db-user .v-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.db-cases {
    margin-top: 10px;
    width: 63%;
    height: 79.2%;
    overflow-x: auto;
}

.db-cases table {
    width: 100%;
    column-gap: 3px solid rgb(20, 80, 80);
}

.db-cases th {
    font-weight: bolder;
    font-size: 14px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    border-bottom: 3px solid rgb(20, 80, 80);
}

.db-cases td {
    font-size: 14px;
    color: #dcdcdc;
    padding: 10px;
    text-align: center;
    border-top: 1px solid rgb(20, 80, 80);
}

.db-cases table td+td {
    border-left: 2px solid rgb(20, 80, 80);
}

.db-cases table th+th {
    border-left: 2px solid rgb(20, 80, 80);
}

.db-cases tr:not(:first-child):hover {
    background-color: rgb(20, 80, 80);
}

.db-search {
    border: solid 2px rgb(20, 80, 80);
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 35%;
    height: 100%;
    border-radius: 5px;
}

.db-search .v-text-field {
    width: 60%;
    border-radius: 3px 0px 0px 0px;
}

.db-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 57px !important;
    border-radius: 0px 3px 0px 0px;
    background: rgba(0, 0, 0, 0.3) !important;
    font-weight: 600;
}

.db-search-clear-btn {
    position: absolute;
    right: 20%;
    top: 0;
    width: 20%;
    height: 57px !important;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.3) !important;
    font-weight: 600;
}

.db-search-result {
    position: absolute;
    bottom: 0;
    height: 88%;
    width: 100%;
    overflow-x: auto;
    padding: 5px 5px;
}

.db-search-result .v-btn {
    background: rgba(0, 0, 0, 0.3);
    color: #dcdcdc;
    font-weight: 600;
    margin: 10px 0;
    height: 40px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}


/* DATABASE */


/* RESPOND CALL */

.respond-overlay {
    position: absolute;
    top: 10%;
    height: 90%;
}

.respond-card {
    width: 400px;
    height: 200px;
    border-radius: 20px;
    background: rgb(20, 80, 80);
}

.respond-card .v-textarea {
    position: absolute;
    top: 20;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    border-radius: 10px 10px 0px 0px;
}

.respond-card .v-btn {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
}

.return-btn {
    position: absolute;
    top: -40px;
    left: 0;
    background: rgb(20, 80, 80);
}


/* RESPOND CALL */


/* NEW CASE */

.newcase-overlay {
    position: absolute;
    top: 10%;
    height: 90%;
}

.newcase-card {
    width: 600px;
    height: 400px;
    border-radius: 20px;
    background: rgb(20, 80, 80);
}

.newcase-wrapper {
    width: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 90%;
}

.newcase-wrapper .v-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: rgba(0, 0, 0, 0.3);
}


/* NEW CASE */


/* VIEW CASE */

.viewcase-overlay {
    position: absolute;
    top: 10%;
    height: 90%;
}

.viewcase-card {
    width: 800px;
    height: 400px;
    border-radius: 20px;
    background: rgb(20, 80, 80);
}

.viewcase-info {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    text-align: center;
}

.viewcase-wrapper {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 90%;
}

.viewcase-wrapper .v-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: rgba(0, 0, 0, 0.3);
}


/* VIEW CASE */